home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / util / cli / tiny_reboot.lha / tiny_reboot.doc < prev    next >
Text File  |  1997-10-12  |  5KB  |  128 lines

  1.                       tiny_reboot Version 1.1 
  2.                               © 1997
  3.                       By Kenton A. Groombridge
  4.  
  5. Introduction:
  6.  
  7.   One day I found a need for a reboot program.  I downloaded all the ones 
  8. found on Aminet, but I didn't like the ones that asked me if I was sure I
  9. wanted to reboot my Amiga after I typed "reboot" and the others were quite
  10. bulky in size for what they did.  I decided to write my own.  After about
  11. 10 minutes using SAS/C 6.58 I had a finished program, but it was still 
  12. about a couple thousand bytes, and that was after using NOSTARTUP and the
  13. other switches to cut the garbage out of the program.  (must have been the 
  14. atol() function).  It had been a while since I used Devpac, so I fired it
  15. up and spent a day relearning much of what I forgot about assembler.  The
  16. finished product is a very small reboot program (300 bytes).  This small
  17. size is also not without error checking and the like.  It is also 
  18. completely OS friendly, but of course how can you be sure when your system
  19. is rebooting?
  20.  
  21. Disclaimer:
  22.  
  23.   The use of this program is on your own risk. There is no liability or
  24. responsibility for any damage caused by the program.
  25.   
  26. Copyright:
  27.  
  28.   tiny_reboot is free to be spread on public-domain and shareware disks, as
  29. long as they are sold for a reasonable charge.
  30.  
  31. This program is:
  32.  
  33.   FREE, FREE, FREE, FREE, FREE, FREE, FREE, FREE, FREE, FREE, FREE, FREE. 
  34. What else can I say.  If you haven't noticed yet, everything I have written
  35. is FREE.
  36.  
  37.   I think some people out there are greedy.  They write these piece of *&^%$
  38. programs and expect to get paid for them.  Good luck, you won't see my money.
  39.  
  40.   There are also people out there who bust there butts to make a living
  41. writing quality software for the Amiga.  Those piece of *&^%$ pirates that
  42. steal their hard work are hurting both you and me because if they don't make
  43. money to make a living then they will quit writing quality software for the
  44. Amiga and we will all miss out on great programs.
  45.  
  46. How to use the program:
  47.  
  48.   Type: "reboot /N" where /N is an optional number between 0 and 85899345
  49. representing the seconds to wait before rebooting.  85899345 seconds? Hmm,
  50. anybody got about three years available to ensure that this program is
  51. accurate to the second?
  52.  
  53.   A word of warning:  This program does not do a safe reboot like UNIX 
  54. systems.  Using this program is no different that using Ctrl + Right-Amiga
  55. + Left-Amiga, so it would behoove you to ensure that all disk activity has
  56. stopped otherwise you may loose data, or even worse, invalidate your disks.
  57. I am not trying to scare so you don't use the program.  It is really safe
  58. if you know what you are doing.  You all know not to pop the floppy out of
  59. the drive until the light goes out right?  The program is just the button
  60. to the floppy drive per se'.
  61.  
  62. Required:
  63.  
  64.   Workbench 2.04 or higher.  Although not needed, I highly recommend getting
  65. Workbench 3.1.  It is big improvement on 2.04.  If you are still using 1.3 or
  66. below, you are in the dark ages.
  67.  
  68. Reporting errors:
  69.  
  70.   This program was thrown together rather quickly, but I tested it several 
  71. times in several different ways and never came up with an error.  But if you
  72. do find an error, please let me know.  This will ensure that everybody
  73. enjoys a quality bug free program.
  74.  
  75. Contacting the author:
  76.  
  77. e-mail      kgroombr@interquest.de
  78.             Kenton.Groombridge@wpc.af.mil
  79.  
  80. web page    http://www.interquest.de/~kgroombr/
  81.  
  82. snail-mail  Kenton Groombridge
  83.             PSC 3 Box 1766
  84.             APO AE  09021
  85.             USA
  86.  
  87.                   -OR-
  88.  
  89.             Kenton Groombridge
  90.             PSC 3 Box 1766
  91.             D:67661 Kapaun Flugplatz
  92.             Germany
  93.  
  94. I move a lot.  If you really need to get in touch with me and can't get
  95. mail to either of the above addresses, send mail to my permanent address.
  96. It will take a while to get to me, but it will get to me.
  97.  
  98.             Kenton Groombridge
  99.             1405 North Center Avenue
  100.             Hardin, MT  59034
  101.             USA
  102.  
  103. Acknowlegments:
  104.  
  105.   This was written using HiSoft DevPac Assembler 3.04.  I have sent several
  106. messages to HiSoft as how to upgrade to the most recent version of the
  107. program, but have never received a response.  If you know who to contact
  108. about upgrading this program, please let me know.
  109.  
  110.   Thanks to Gateway 2000 for saving the Amiga's future.  For the folks at 
  111. Gateway, if you are looking for a bilingual, quality individual with years
  112. of experience in sales, programming, quality control, and the dozen other
  113. jobs I have done in the military and civilian sector, look me up.  I can
  114. sell the Amiga.
  115.  
  116. To Do:
  117.  
  118.   Heck, I have no idea.  Do you?
  119.   
  120. History:
  121.  
  122. 1.0 (5 Oct 1997)
  123. First release, no known bugs.
  124.  
  125. 1.1 (12 Oct 1997)
  126. Cleaned up the code.  Added a few optimizations here and there.  No known
  127. bugs.
  128.